home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / Tool Chest / Development Platforms / AppsToGo / AppsToGo.src / DTS.Lib / DTS.Lib.headers / CIconControl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-18  |  474 b   |  23 lines  |  [TEXT/MPS ]

  1. #ifndef __CICONCONTROL__
  2. #define __CICONCONTROL__
  3.  
  4. #ifndef __TYPES__
  5. #include <Types.h>
  6. #endif
  7.  
  8. #ifndef __CONTROLS__
  9. #include <Controls.h>
  10. #endif
  11.  
  12. #ifndef __WINDOWS__
  13. #include <Windows.h>
  14. #endif
  15.  
  16. ControlHandle    CCIconNew(WindowPtr window, Rect *r, Boolean vis, short val, short min, short max,
  17.                           short viewID, short refcon);
  18. ControlHandle    CCIconNext(WindowPtr window, ControlHandle ctl, short dir, Boolean justActive);
  19. Boolean            IsCIconCtl(ControlHandle ctl);
  20.  
  21. #endif
  22.  
  23.